From f372f9d87ef3219486c27a7ec3d618ea15613a40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 24 Apr 2018 20:15:03 +0200 Subject: [PATCH] extensions/two-table: remove unused variable --- extensions/two-table.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/extensions/two-table.c b/extensions/two-table.c index 880adff..4b263cc 100644 --- a/extensions/two-table.c +++ b/extensions/two-table.c @@ -205,17 +205,6 @@ init (void) if (littleendian) { - const Babl *f32 = babl_format_new ( - "name", "cairo-ARGB32", - babl_model ("R'aG'aB'aA"), - babl_type ("u8"), - babl_component ("B'a"), - babl_component ("G'a"), - babl_component ("R'a"), - babl_component ("A"), - NULL - ); - const Babl *f24 = babl_format_new ( "name", "cairo-RGB24", babl_model ("R'G'B'"), -- 2.30.2